home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi Informant Complete 1995 - 2000
/
Delphi Informant Complete 1995 to 2000.iso
/
Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar
/
1995
/
DEC
/
DI9512DR
/
sndplay.dpr
< prev
next >
Wrap
Text File
|
1995-10-07
|
160b
|
13 lines
program Sndplay;
uses
Forms,
Music in 'MUSIC.PAS' {Form1};
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.